SAP SE, headquartered in Walldorf, Germany, extends its enterprise software portfolio to cloud-native infrastructure automation through the open-source Gardener project. Gardener delivers a Kubernetes-as-a-Service layer that abstracts hyperscaler differences, enabling operations teams to provision, upgrade, and monitor uniformly hardened shoot clusters across AWS, Azure, GCP, Alibaba Cloud, and on-premise landscapes. The accompanying gardenctl CLI centralizes lifecycle commands—creating projects, rotating credentials, hibernating dev environments, and pulling unified audit logs—while kubectl-gardenlogin streamlines shoot-cluster authentication by injecting short-lived, OIDC-bound tokens directly into kubeconfig contexts. Together these tools address DevOps, platform engineering, and managed-service provider use cases where repeatable, policy-driven cluster fleets must stay compliant with corporate governance and regulatory standards. Typical workflows include spinning up staging clusters for CI pipelines, enforcing pod-security profiles across regions, and collecting cost and performance telemetry for FinOps dashboards. Because Gardener treats clusters as declarative resources, infrastructure budgets can be expressed in Git and reconciled continuously, reducing manual ticket load on SRE teams. SAP SE’s Gardener utilities are available for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always installing the latest releases and supporting batch installation of multiple applications.

gardenctl

gardenctl is a command-line client for Gardener

Details
kubectl-gardenlogin

kubectl credential plugin for shoot cluster admin authentication

Details